rgba: Add gdk_rgba_parser_parse()
authorBenjamin Otte <otte@redhat.com>
Sat, 6 Apr 2019 00:40:29 +0000 (02:40 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 12 Apr 2019 17:34:28 +0000 (19:34 +0200)
commit98e076b51ea05fae38d75514f0144b68ff4aabfd
tree447f978ed95bc07edd1be70fef124f6845a724fd
parentf3db19d6948b6237c4011497f31a6f08e91f0a87
rgba: Add gdk_rgba_parser_parse()

This function is a (private) function to parse a GdkRGBA accoridng to
the CSS specs. We should probably use it for gdk_rgba_parse(), but that
would change the syntax we accept there...

This also introduces a dependency of libgdk on libgtkcss.

So far, no users for this function exist.
gdk/gdkrgba.c
gdk/gdkrgbaprivate.h [new file with mode: 0644]
gdk/meson.build